Developer Documentation

QuickTime 4 API Documentation

QuickTime 4 Reference

Previous | Chapter Top | Chapter Contents | Next |

Instrument Info Flags

Use these flags in the MusicGetInstrumentInfo function MusicGetInstrumentInfo to indicate which instruments and instrument names you are interested in.

enum {
    kGetInstrumentInfoNoBuiltIn         = 1 << 0,
    kGetInstrumentInfoMidiUserInst      = 1 << 1,
    kGetInstrumentInfoNoIText           = 1 << 2
};

Constant descriptions

kGetInstrumentInfoNoBuiltIn
Don't return built-in instruments.
kGetInstrumentInfoMidiUserInst
Do return user instruments for a MIDI device.
kGetInstrumentInfoNoIText
Don't return international text strings.

© 1999 Apple Computer, Inc.

Previous | Chapter Top | Chapter Contents | Next